home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / wcsoil10.zip / DBRIDGE.HLP next >
Text File  |  1995-12-20  |  2KB  |  82 lines

  1.           WCS INTERBBS DOORS AND D'BRIDGE MAILER
  2.  
  3. For those setting up the InterBBS portion of the Doorgame
  4. and use D'BRIDGE as a mailer need to do a few extra steps
  5. in order for it to work correctly.
  6.  
  7. I have found the using SCHEDULE EVENT on the Configuration
  8. screen does not properly build the needed messages to send
  9. to your HUB system.
  10.  
  11. To get around this you will need to add an ERRORLEVEL in
  12. your mailer's batch file. Below is an example:
  13.  
  14. THIS FILE REFLECTS WILDCAT MULTILINE where noted, Single Line users need
  15. to rename the .CFG files
  16.  
  17.  
  18. CD\DB
  19. DB
  20. IF ERRORLEVEL 100 GOTO RUNBBS
  21. IF ERRORLEVEL 75 GOTO BGFAX
  22. IF ERRORLEVEL 65 GOTO DOTIC
  23. IF ERRORLEVEL 60 GOTO GOFER
  24. IF ERRORLEVEL 55 GOTO IBBS2       [DAILY IBBS TO HUB]
  25. IF ERRORLEVEL 30 GOTO TOSSMAIL
  26. IF ERRORLEVEL 0 GOTO EXIT
  27. GOTO DBRIDGE
  28.  
  29. :RUNBBS
  30. BBS.BAT
  31.  
  32. :IBBS2
  33. d:                                           [change to Door Directory]
  34. cd\door40
  35. rookibbs wcsrook.cf1 daily                   [configuration file for Node 1]
  36. cd\door39
  37. unoibbs wcsuno.cf1 daily
  38. goto DBRIDGE
  39.  
  40. :IBBS                                                [PROCESS FILE FROM HUB]
  41. if exist birdhse.rok copy *.rok D:\door40\inzip      [move data file]
  42. if exist birdhse.uno copy *.uno D:\door39\inzip
  43. del *.rok                                            [delete data file]
  44. del *.uno
  45. d:
  46. cd\door40
  47. rookibbs wcsrook.cf1 incoming                        [process file]
  48. cd\door39
  49. unoibbs wcsuno.cf1 incoming
  50. goto DBRIDGE                                         [return to DBRIDGE]
  51.  
  52. :TOSSMAIL
  53. CD\WM40
  54. WM SCAN TOSS NETMAIL AREAMGR
  55. cd\db\files
  56. if exist *.rok goto ibbs             [if data file is found, run IBBS event]
  57. if exist *.uno goto ibbs
  58. if exist *.tic goto dotic
  59. if exist *.fle goto dotic
  60. CD\DB
  61. ECHO * > DBRIDGE.RSN
  62. GOTO DBRIDGE
  63.  
  64. :EXIT
  65.   **** end example ****
  66.  
  67.  
  68.  
  69. Hope this file helps.....
  70.  
  71. If you require additional help, I can be reached at:
  72.  
  73.  FIDONET:           1:132/181
  74.  America Online:    mariodboid
  75.  INTERNET           mmaggi@marios.com
  76.  BBS:               (603) 226-0467
  77.  
  78.  
  79.                                          Mike Maggi    SysOp
  80.                                          Mario's BirdHouse BBS
  81.                                          Concord, NH
  82.